/* reset */
ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;} 
ul,ol,li{list-style: none;}
a{text-decoration:none;}
a:hover{color:;}
*:focus{
	 outline:none;
}
*:hover{
	 outline:none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
    color:    #9e9e9e;
}
input:-moz-placeholder, textarea:-moz-placeholder { 
    color:    #9e9e9e;
}
input::-moz-placeholder, textarea::-moz-placeholder { 
    color:    #9e9e9e;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
    color:    #9e9e9e;
}
body {
	padding: 0;
	margin: 0;
	line-height: 2;
	color: #fff;
	overflow: hidden;
	font-family: "Segoe UI", SegoeUI, "PingFang SC", "Hiragino Sans GB", "Heiti SC", STHeiti, "Noto Sans SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
    font-weight: 100;
}
.clearfix:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	content: ".";
}
.dip-f-wsn1{display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}
.dip-f-wsn2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.dip-f-wsn3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.fl{
	float: left;
}
.fr{
	float: right;
}

/* header */
.naver{
    background: #074e9c;
    opacity: .9;
    height: 70px;
	display: -ms-flexbox;
    display: flex;
    align-items: center;
    z-index: 99999 !important;
}
.naver .navmin{
	width: 1200px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -ms-flexbox;
    justify-content: space-between;
    align-items: center;
}
.naver .logo{
	width: 119px;
	height: 26px;
}
.naver .nav{
	height: 24px;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	position: relative;
}
.naver .nav .navList {
    list-style: none;
    margin-left:30px;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
    /*opacity: .5;*/
}
.naver .nav .navList:hover,.naver .nav .navList.active{
	opacity: 1;
}
.naver .nav img.navList{
	width: 23px;
	height: 24px;
}
.userPanel{
    width: 150px;
    position: absolute;
    right: 10px;
    background: #fff;
    top: 35px;
    color: #4a4a4a;
    text-align: center;
    transform: translateX(50%);
    border-radius: 5px;
    box-shadow: 0px 2px 4px #ddd;	
    display: none;
}
pre{
	white-space: pre-wrap;
	word-wrap: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	width: 100%;
}

.para{
	white-space: pre-wrap;
	word-wrap: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	width: 95%;
	margin-left: 20px;
}
.userPanel .nPic{
    width: 50px;
    height: 50px;
    border: 1px solid #dddddd;
    border-radius: 50%;	
}
.userPanel li:first-of-type{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
}
.userPanel .nName{
	font-size: 15px;
	line-height: 15px;
	margin-top: 10px;
}
.userPanel .nLi{
	font-size: 13px;
    line-height: 13px;
    border-bottom: 1px solid #eeeeee;
    padding: 16px 0;
    cursor: pointer;	
}
.userPanel .nLi:hover{
	background: #F5F5F5;
}
.userPanel .arrow{
    position: absolute;
    width: 12px;
    height: 6px;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);	
}
/* footer */
footer{
	background: #E3E4E4;
	margin-top: 60px;
	color: #4A4A4A;
	padding-top: 50px;
}
footer .minF{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
footer .bottom{
	background: #00303F;
	padding: 20px 0;
	/*height: 70px;*/
	/*line-height: 70px;*/
	text-align: center;
	font-size: 13px;
	color: rgba(255,255,255,.5);
	margin-top: 70px;
}
footer .minF .list a{
	font-size: 14px;
	color: inherit;
}
footer .minF .list p.active{
	color:#9E9E9E;
	font-size: 20px;
	display: block;
}
footer .minF .list:nth-of-type(1){
	width: 377px;
}
footer .minF .list:nth-of-type(1) li{
    display: inline-block;
    margin-right: 30px;
}
footer .minF .list p.active img{
	width: 40px;
	height: 40px;
	margin-right: 30px;
}

/* 小屏幕导航 */

.navigation {
	background: rgba(0, 0, 0, 0);
	height: auto;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 10001;
	color: #fff;
	height: 24px;
	display: none;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.navigation.color .navigationHd{
	background: #003347;
}
.navigation .navigationHd{
    height: 70px;
    padding: 0px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navigation.hover .navigationHd{
	background: #003347;
}
.navigationHd .nHdRight{
	display: flex;
	height: 70px;
	align-items: center;
}
.navigationHd .nHdRight .uImg{
	margin-right: 40px;
	width: 24px;
	height: 24px;
}
.navigation .logo {
	width: 119px;
	height: 26px;
}

.navigation .nav {
	display: none;
}

.navigation .menu {
	height: 22px;
	float: right;
}

.navigation .close {
	height: 22px;
	float: right;
	display: none;
}

.navigation.hover {
	height: 100%;
    overflow-y: scroll;
	background: url(../img/MenuBg.png) no-repeat center center;
	background-size: cover;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.navigation.hover .menu {
	display: none;
}

.navigation.hover .close {
	display: block;
}

.navigation.hover .nav {
	display: block;
	list-style: none;
	text-align: center;
}

.navigation.hover .nav .navList img {
	width: 20px;
	height: 20px;
}

.navigation.hover .nav {
	margin-top: 150px;
}

.navigation.hover .nav .navList {
	margin-bottom: 100px;
	font-size: 16px;
	transition: all .3s ease-in-out;
}
.navigation.hover .nav .navList.active{
	color: #00D1AE;
    border: 1px solid #fff;
    width: 120px;
    margin: 0 auto;
    padding: 40px 60px;
    margin-bottom: 100px;
}
.navigation.hover .nav .navList .levelNav{
    list-style: none;
    font-size: 14px;
    padding: 0;
    color: #fff;
    overflow: hidden;
    height: 0px;
    transition: all .3s ease-in-out;
}
.navigation.hover .nav .navList .levelNav li{
    margin-top: 40px;
}
.navigation .searchIpt{
    position: relative;
    width: 60%;
    margin: 0 auto;
}
.navigation .searchIpt input{
    width: 0px;
    height: 40px;
    border-radius: 40px;
    border: none;
    background: rgba(255,255,225,.2);
    font-size: 14px;
    text-indent: 20px;
    color: #fff;
    transition: all .3s;
    opacity: 0;
}
.navigation .searchIpt img{
    position: absolute;
    transform: translateX(-50%);
    top: 12px;	
    right: inherit;
    transition: all .3s;
}

/* ipad横屏 */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape){
	.naver .navmin{
		padding: 0 30px;
	}
	footer .minF{
		width: 964px;
	}
}


/* width 768 */

@media (max-width: 1023px) {
	.userPanel {
		top: 60px;
		right: 106px;
	}
	.naver{
		display: none !important;
	}
	.navigation {
		display: block;
	}
	footer .minF{
		width: 708px;
	}
	footer .minF .list:nth-of-type(1) {
	    width: 100px;
	}
}


/* width 480 */

@media (max-width: 767px) {
	.userPanel {
		top: 60px;
		right: 86px;
	}
	.naver{
		display: none !important;
	}
	.navigation {
		display: block;
	}
	.navigation .navigationHd{
		padding: 0 20px;
	}
	.navigationHd .nHdRight .uImg{
		margin-right: 30px;
	}
	.navigation.hover .nav{
		margin-top:120px;
	}
	.navigation.hover .nav .navList{
		margin-bottom: 80px;
	}
	footer .minF{
		width: auto;
	    padding: 0 20px;
	    flex-wrap: wrap;
	}
	footer .minF .list:nth-of-type(1){
		width: 100%;
	}
	footer .minF .list{
		margin-bottom: 40px;
	}
	footer .minF .list:last-of-type{
		margin-bottom: 0;
	}
}


/* width 320 */

@media (max-width: 479px) {
	.naver{
		display: none;
	}
	.navigation {
		display: block;
	}
	.navigationHd .nHdRight .uImg{
		margin-right: 30px;
	}
	.navigation.hover .nav{
		margin-top: 60px;
	}
	.navigation.hover .nav .navList{
		margin-bottom: 50px;
	}
}

.returnIco{
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 30px;
	right: 10px;
	display: none;
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape){
	.para{
		width: 95%;
		margin-left: 20px;
	}
}